home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
wdj0797.zip
/
HOWARD.ZIP
/
IDLEDEMO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-04-13
|
1KB
|
48 lines
// IdleDemo.h : main header file for the IDLEDEMO application
//
#if !defined(AFX_IDLEDEMO_H__C59B93B0_B398_11D0_8F60_000000000000__INCLUDED_)
#define AFX_IDLEDEMO_H__C59B93B0_B398_11D0_8F60_000000000000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CIdleDemoApp:
// See IdleDemo.cpp for the implementation of this class
//
class CIdleDemoApp : public CWinApp
{
public:
CIdleDemoApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIdleDemoApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CIdleDemoApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IDLEDEMO_H__C59B93B0_B398_11D0_8F60_000000000000__INCLUDED_)